WORequest
|
|
Method
|
Description
|
requestHandlerPathArray
|
Returns an array containing the portion of the URL following the request handler key, up to the "?", if present. Each part of the string separated by a "/" is stored in a separate element of the returned array.
|
requestHandlerPath
|
Returns the portion of the URL following the request handler key, up to the "?", if present.
|
requestHandlerKey
|
Returns the part of the request's URL that identifies the request handler key. The returned key identifies a request handler for the receiving request.
|